Skip to content

Improve PostgreSQL loader compatibility coverage#131

Merged
rebelice merged 1 commit into
mainfrom
codex/pg-loader-compat-phases
May 12, 2026
Merged

Improve PostgreSQL loader compatibility coverage#131
rebelice merged 1 commit into
mainfrom
codex/pg-loader-compat-phases

Conversation

@rebelice
Copy link
Copy Markdown
Collaborator

Summary

  • Add a six-phase PostgreSQL loader compatibility scenario map and executable accept/reject corpus.
  • Fix parser/catalog compatibility gaps around zero-column relations, function identity lists, FK equality compatibility, variadic/polymorphic resolution, CTE/LATERAL scope, partition index attach, and dependency recording.
  • Add PostgreSQL 17 oracle coverage for loader compatibility accept/reject cases and remove the now-fixed pgregress known failure.

Test Plan

  • go test ./pg/... -count=1
  • go test -tags=oracle ./pg/catalog -run 'TestLoaderCompatPG17Oracle(Accepts|Rejects)Corpus' -count=1

@rebelice rebelice merged commit 58682c0 into main May 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant